type net/http.http2roundRobinWriteScheduler
7 uses
net/http (current package)
h2_bundle.go#L11593: type http2roundRobinWriteScheduler struct {
h2_bundle.go#L11614: ws := &http2roundRobinWriteScheduler{
h2_bundle.go#L11620: func (ws *http2roundRobinWriteScheduler) OpenStream(streamID uint32, options http2OpenStreamOptions) {
h2_bundle.go#L11640: func (ws *http2roundRobinWriteScheduler) CloseStream(streamID uint32) {
h2_bundle.go#L11659: func (ws *http2roundRobinWriteScheduler) AdjustStream(streamID uint32, priority http2PriorityParam) {}
h2_bundle.go#L11661: func (ws *http2roundRobinWriteScheduler) Push(wr http2FrameWriteRequest) {
h2_bundle.go#L11680: func (ws *http2roundRobinWriteScheduler) Pop() (http2FrameWriteRequest, bool) {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |